home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 1 / Gold Medal Software Volume 1 (Gold Medal) (1994).iso / prog / ems4c10.arj / EMS_STAT._T_ < prev    next >
Encoding:
Text File  |  1993-06-19  |  264 b   |  12 lines

  1. #
  2. # Turbo C makefile for EMS_STAT.C ( small model )
  3. #
  4. .c.obj:
  5.      tcc -ms -c $<
  6.  
  7. ems_stat.exe: ems_stat.obj ems_err.obj ems4c_s.lib
  8.      tcc -ms -M ems_stat.obj ems_err.obj ems4c_s.lib
  9.  
  10. ems_stat.obj: ems_stat.c ems4c.h
  11.  
  12. ems_err.obj: ems_err.c ems4c.h